home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 3: Developer Tools
/
Linux Cubed Series 3 - Developer Tools.iso
/
devel
/
lang
/
lisp
/
stk-3.002
/
stk-3
/
STk-3.1
/
Contrib
/
STk-wtour
/
lessons
/
frame2.stk
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-12-12
|
198 b
|
6 lines
;; Frames with options
(frame '.f1 :relief "raised" :borderwidth 3 :width 100 :height 100)
(frame '.f2 :relief "sunken" :borderwidth 3 :width 100 :height 100)
(pack .f1 .f2 :side "top" :expand #t)